From cb8c0b778a3beb2c190fd10dd90d8a9a05bc80ce Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Mon, 4 Jun 2007 17:39:38 +0000 Subject: [PATCH] Remove a debug statement from trx.c, add config changes for at91 SVN-Revision: 7491 --- src/trx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/trx.c b/src/trx.c index f2ad991..1ad3de5 100644 --- a/src/trx.c +++ b/src/trx.c @@ -231,7 +231,6 @@ int main(int argc, char **argv) fclose(out); - printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]); return EXIT_SUCCESS; } -- 2.30.2